home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master07.dxr / 00025.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  322 b   |  14 lines

  1. on mouseUp
  2.   global k, gReadMe, gReadVoice1, gReadVoice2, gReadVoice3, gReadVoice4
  3.   if k = 0 then
  4.     if (gReadMe = 1) and (gReadVoice3 = 1) then
  5.       puppetSound("A07-4vx.wav")
  6.       set gReadVoice3 to 2
  7.     end if
  8.     set gReadVoice4 to 1
  9.     set gReadVoice2 to 1
  10.     set gReadVoice1 to 1
  11.     go("pane4")
  12.   end if
  13. end
  14.